
/* 文章、公告内容不让复制 */
body{
    user-select: none;
}
.D_table,
.notice_table {
    width: 100%;
    margin: 0 auto;
}

.D_tableBox,
.no_tableBox {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    color: #666;
    font-size: 12px;
}

.D_tableBox td,
.no_tableBox td {
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
}

.D_tableBox th,
.no_tableBox th {
    color: #333;
    background-color: #f9f9f9;
    padding: 5px 5px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
}

.no_tableBox {
    margin: 20px auto;
    border: 1px solid #dcdcdc;
}

.no_tableBox td,
.no_tableBox th {
    border: none;
    text-align: center;
    margin: 0 auto;
}

.no_tableBox th {
    font-weight: bold;
    margin: 0 auto;
}


/* 鼠标经过时样式 */

.no_tableBox tr:hover {
    background-color: #dbebff;
    cursor: pointer;
}


/* 奇数列 */

.no_tableBox .odd {
    background-color: #f7faff;
}


/* 偶数列 */

.no_tableBox .even {
    background-color: #fff;
}

.no_tableBox .text_l {
    text-align: left;
}

.D_tableBox,
.no_tableBox_yzsx {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    color: #666;
    font-size: 12px;
}

.D_tableBox td,
.no_tableBox_yzsx td {
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
}

.D_tableBox th,
.no_tableBox_yzsx th {
    color: #333;
    background-color: #f9f9f9;
    padding: 5px 5px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
}

.no_tableBox_yzsx {
    margin: 20px auto;
    border: 1px solid #dcdcdc;
}

.no_tableBox_yzsx td {
    border: none;
    text-align: left;
    margin: 0 auto;
}
.no_tableBox_yzsx th {
    border: none;
    text-align: center;
    margin: 0 auto;
}

.no_tableBox_yzsx th {
    font-weight: bold;
    margin: 0 auto;
}


/* 鼠标经过时样式 */

.no_tableBox_yzsx tr:hover {
    background-color: #dbebff;
    cursor: pointer;
}


/* 奇数列 */

.no_tableBox_yzsx .odd_yzsx {
    background-color: #f7faff;
}


/* 偶数列 */

.no_tableBox_yzsx .even {
    background-color: #fff;
}

.no_tableBox_yzsx .text_l {
    text-align: left;
}

.detail_article {
    width: 1198px;
    overflow: hidden;
    min-height: 450px;
    margin: 40px auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5f5f5;
    position: relative;
}

.detail_article .sidebar {
    *float: left;
    display: inline-block;
    width: 260px;
    /* min-height: 700px; */
    /*左边有阴影*/
    /*要注意，color不能缩写，比如#000000不能缩写为#000不然会出问题，设置失效。*/
    padding-top: 50px;
    vertical-align: top;
    /* min-height: 100%; */
}

.detail_article .sidebar_shadow {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=0, Strength=10);
}

.sidebar_title {
    width: 244px;
    height: 74px;
    line-height: 64px;
    background-image: url(/jiangsu_static/new/images/title_bg.png);
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.add_list {
    position: relative;
    margin-top: 40px;
}

.add_list li em {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: url("/jiangsu_static/new/images/defulte.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 68px;
    top: 0px;
}

.add_list li {
    position: relative;
    height: 100px;
}

.add_list li span {
    display: block;
    position: absolute;
    width: 2px;
    background-color: #dcdcdc;
    left: 34%;
    margin-left: -1px;
    top: 0;
    bottom: 3px;
}

.p_text {
    font-size: 14px;
    margin-left: 120px;
    cursor: pointer;
    /*float: left;*/
}

.p_text p {
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    /* margin-top: 8px; */
    line-height: 42px;
}

.add_list .curr .p_title {
    color: #333;
}

.add_list .curr .curr-title {
    color: #53b48d;
}

.add_list li.curr span {
    background-color: #53b48d;
}

.add_list .curr em {
    background-image: url("/jiangsu_static/new/images/checked.png");
    background-repeat: no-repeat;
}

.article_right {
    *float: right;
    display: inline-block;
    padding: 50px;
    width: 830px;
    word-wrap: break-word;
    word-break: normal;
}

.article_right2 {
    *float: right;
    display: inline-block;
    padding: 50px;
    width: 1100px;
    word-wrap: break-word;
    word-break: normal;
}

.article_head {
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    text-align: center;
}

.article_head h2 {
    line-height: 60px;
    font-family: "微软雅黑", "Arial", "SimSun";
    font-size: 40px;
    color: #333;
    font-weight: normal;
}

.article_head .headnav {
    color: #999;
    font-size: 14px;
    margin: 16px 0;
}

.article_content {
    padding: 20px 14px;
    overflow: hidden;
    font-size: 16px;
}
.article_content table{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-spacing: 0;/*去掉单元格间隙*/
}
.article_content table td{
    padding: 10px 24px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.article_p p {
    text-indent: 2em;
    line-height: 36px;
    color: #666;
    margin-bottom: 10px;
}


.article_next {
    padding: 20px 14px 0;
}

.article_next p {
    font-size: 14px;
    margin-bottom: 10px;
}

.article_next a:hover {
    color: #f6ac18 !important;
}


/*default列表*/

.default_list_con {
    overflow: hidden;
    margin-top: 10px;
    width: 1198px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;

}

.def_con_l {
    width: 226px;
    min-height: 800px;
    font-size: 16px;
    *float: left;
    /* position: absolute; */
    /* top: 0; */
    /* height: 100%; */
    display: inline-block;
    vertical-align: top;
}

.def_con_l_shadow {
    width: 226px;
    box-shadow: 10px 0 30px 0 rgba(24, 100, 196, 0.1);
    border-right: 1px solid #f5f5f5;
    /* float: left; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.def_con_l ul li a {
    display: block;
    font-size: 15px;
    line-height: 65px;
    position: relative;
    height: 65px;
    text-align: center;
}

.def_con_l ul a.active {
    width: 100%;
    background-image: url(/jiangsu_static/new/images/list_bg.png);
    background: linear-gradient(to right, #167ff6, #5b29ff);
    color: #fff;
    box-shadow: 0 6px 4px #bedcff;
}

.def_con_l ul a.active:after {
    background: #ffffff;
}

.def_con_r {
    float: right;
    padding: 50px;
    width: 870px;
    word-wrap: break-word;
    word-break: normal;
    margin: 0 auto;
}

.def_con_l ul .curr {
    width: 100%;
    background-image: url(/jiangsu_static/new/images/list_bg.png);
    background: linear-gradient(to right, #167ff6, #5b29ff);
    color: #fff;
    box-shadow: 0 6px 4px #bedcff;
}

.def_con_r {
    /* float: right; */
    padding: 50px;
    width: 860px;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    display: inline-block;
}

.def_con_r .def_con_r_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.def_con_r .def_con_r_title .d_c_r_tit {
    color: #e5e5e5;
}

.def_list_item {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.c_content2 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.def_list_dl {
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    padding: 8px 0;
}

.def_list_dl .def_info p {
    color: #999;
    line-height: 24px;
    font-size: 15px;
}

.def_list_item dl {
    overflow: hidden;
}

.def_list_item dl dt {
    float: left;
    margin-right: 108px;
    width: 75%;
    width: calc(100% - 220px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.def_list_item dt span {
    color: #f59251;
}

.def_list_item dl dd {
    float: right;
    width: 150px;
    margin-left: -150px;
    color: #999;
    cursor: pointer;
    text-align: right;
}

.notice_article {
    margin: 20px 0;
    border: 2px solid #ddd;
    padding: 40px 10px;
}


/*公告搜索模块*/

.notice_search .row {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #4b4b4b;
    border-bottom: 1px solid #f3f3f3;
}

.notice_search .rowNew {
    width: 100%;
    height: 84px;
    line-height: 42px;
    color: #4b4b4b;
    border-bottom: 1px solid #f3f3f3;
}

.notice_search .row .types {
    width: 8%;
    float: left;
    text-align: right;
}

.notice_search .row .items {
    width: 92%;
    float: left;
    padding: 0 0px;
}

.notice_search .row .con_time {
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search .rowNew .types {
    width: 8%;
    float: left;
    text-align: right;
}

.notice_search .rowNew .items {
    width: 92%;
    float: left;
    padding: 0 0px;
}

.notice_search .rowNew .con_time {
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search .con_time_other {
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search .rowNew .con_time_other {
    width: 100%;
    height: 84px;
    line-height: 42px;
    float: left;
}

.notice_search .row li a {
    padding: 0 10px;
    text-decoration: none;
    color: #4b4b4b;
}

.notice_search .rowNew li a {
    padding: 0 10px;
    text-decoration: none;
    color: #4b4b4b;
}

.notice_search .con_time li,
.notice_search .con_time_other li,
.row .area_box li {
    float: left;
    margin: 0 -2px;
}

.notice_search .con_time li,
.notice_search .con_time_other li,
.rowNew .area_box li {
    float: left;
    margin: 0 -2px;
}

.notice_search .con_time a,
.notice_search .con_time_other a,
.row .area_box li a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
}


.notice_search .con_time a,
.notice_search .con_time_other a,
.rowNew .area_box li a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.notice_search .con_time a.active,
.notice_search .con_time_other a.active,
.row .area_box li a.active {
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
}

.notice_search .con_time a.active,
.notice_search .con_time_other a.active,
.rowNew .area_box li a.active {
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
}

.con_time span {
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}

.time_part {
    width: 33%;
    float: left;
}

.con_time ul,
.con_time_other ul {
    overflow: hidden;
    margin-left: 10px;
}

.con_time em {
    float: left;
    display: inline;
    padding: 0 5px;
    margin: 0 5px;
}

.time_part .form_control {
    width: 84%;
    display: block;
    height: 34px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin-top: 3px;
}

.time_part input {
    background: #fff url(/jiangsu_static/new/images/data.png) no-repeat 5px !important;
    padding-left: 30px !important;
}

.con_title_search {
    width: 100%;
}

.notice_sea {
    float: left;
    width: 58%;
    padding: 0 4px;
    height: 32px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 14px;
    border: 1px solid #dcdcdc;
}

.notice_input {
    vertical-align: top;
    width: 100%;
    height: 30px;
    *width: 98%;
    *margin-bottom: 5px;
    *height: 27px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.con_title_search button {
    float: left;
    padding: 0 20px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid #5586dc;
    margin-left: 8px;
    cursor: pointer;
}

.row .items select {
    width: 100px;
    float: left;
    height: 32px;
    margin-top: 5px;
    margin-left: 14px;
    border: 1px solid #dcdcdc;
}

.row .area_box {
    float: left;
    width: 80%;
    overflow: hidden;
    margin-left: 10px;
}


/* 首页 */

.box_top {
    padding-top: 50px;
}

.banner {
    width: 100%;
    height: 640px;
    background-image: url(/jiangsu_static/new/images/banner.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    margin: 0 auto;
}

.index_informa {
    width: 1160px;
    min-height: 420px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
}

.inforlist {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.infor_left {
    float: left;
    width: 570px;
    overflow: hidden;
}

.infor_right {
    float: right;
    width: 570px;
    overflow: hidden;
}

.infor_left .infor_l_top,
.infor_right .infor_r_top {
    height: 40px;
    line-height: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
}

.infor_l_top .infor_l_title,
.infor_r_top .infor_r_title {
    float: left;
    width: 70%;
}

.infor_l_title a,
.infor_r_title a {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.infor_l_top .more,
.infor_r_top .more {
    float: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: right;
    color: #0f5bb9;
}

.infor_l_title a.active,
.infor_r_title a.active {
    color: #333333;
}

.infor_listem {
    overflow: hidden;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.infor_listem li {
    line-height: 32px;
    overflow: hidden;
}

.infor_listem li a {
    float: left;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(/jiangsu_static/new/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.infor_listem li a:hover {
    color: #f6ac18 !important;
}

.infor_listem li a:hover span {
    color: #f6ac18 !important;
}

.infor_listem li span {
    float: right;
    color: #999;
}

#tab_con ul {
    display: none;
}

#tab_con ul.fdiv {
    display: block;
}

.ts_conduct,
.kh_conduct {
    overflow: hidden;
}

.ts_conduct .ts_left,
.kh_conduct .kh_left {
    float: left;
    width: 50px;
}

.ts_conduct ul,
.kh_conduct ul {
    float: right;
    width: 500px;
    overflow: hidden;
}

.ts_conduct ul li,
.kh_conduct ul li {
    line-height: 32px;
    overflow: hidden;
}

.ts_conduct li a,
.kh_conduct li a {
    float: left;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(/jiangsu_static/new/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.ts_conduct li span,
.kh_conduct li span {
    float: right;
    color: #999;
}

.menu_btn {
    width: 100%;
    overflow: hidden;
}

.menu_btn a {
    float: left;
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: #5b9ff5;
    padding: 0 10px;
    margin-right: 16px;
}

.menu_btn a img {
    vertical-align: middle;
    margin: 0 10px 0 8px;
}

.menu_btn .the_end {
    margin: 0;
}

.quick_next {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.quick_nav_bg {
    width: 100%;
    height: 100px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.8);
    background: #fff;
    position: absolute;
    left: 0;
}

.quick_warp {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.quick_nav_cont {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.quick_nav_cont dl {
    float: left;
    width: 16%;
    height: 88px;
    margin-top: 10px;
}

.quick_nav_cont dl dt {
    float: left;
    height: 100%;
    width: 88px;
    margin-right: 10px;
}

.quick_nav_cont dl dt img {
    width: 88px;
    height: 88px;
    float: left;
}
.quick_nav_cont dl dt:hover {
    margin-top: -10px;
}

.quick_nav_cont dl dd {
    float: left;
}

.quick_nav_cont dl dd p {
    line-height: 88px;
}

.quick_nav_cont dl dd p a {
    color: #333;
    font-size: 18px;
}

#tab_con1 ul {
    display: none;
}

#tab_con1 ul.fg_ul {
    display: block;
}

.fg_title {
    margin: 13px 0;
    overflow: hidden;
}

.fg_title a {
    float: left;
    display: block;
    padding: 0 15px;
    border: 1px dashed #ccc;
    color: #999;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
}

.fg_title a.active {
    border: 1px dashed #1864c4;
    border-bottom: 3px solid;
    color: #1864c4;
}


/* 采购公告模块 */

.notice_box {
    width: 1200px;
    padding: 0;
    min-height: 464px;
}

.notice_box .notice_sidebar {
    float: left;
    width: 240px;
    height: 464px;
    box-shadow: 10px 0 30px 0 rgba(37, 173, 245, 0.1);
    border-right: 1px solid #f6faff;
    background-color: #fff;
}

.notice_sidebar .notice_cg_items {
    overflow: hidden;
}

.notice_sidebar .notice_cg_items li {
    overflow: hidden;
}

.notice_sidebar .notice_cg_items li a {
    display: block;
    height: 52px;
    line-height: 52px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.notice_sidebar li a.active {
    width: 100%;
    background-image: url(/jiangsu_static/new/images/list_bg.png);
    background: linear-gradient(to right, #167ff6, #5b29ff);
    box-shadow: 0 6px 4px #bedcff;
    color: #fff;
    margin-bottom: 0px;
}

.notice_right {
    float: right;
    width: 910px;
    padding: 20px 20px 20px 0px;
    height: 400px;
    background-color: #fff;
}

.notice_r_top {
    height: 40px;
    line-height: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
}

.notice_r_title {
    float: left;
    width: 70%;
}

.notice_r_title a {
    display: inline-block;
    height: 43px;
    padding: 0 15px;
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
}

.notice_r_top .more {
    float: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: right;
    color: #0f5bb9;
}

.notice_r_title a.active {
    height: 43px;
    border-bottom: 3px solid #0f5bb9;
}

.notices_table {
    overflow: hidden;
    margin-top: 10px;
}

.notices_table .notice_tableBox {
    width: 100%;
    margin: auto auto;
    border-collapse: collapse;
    color: #666;
    font-size: 16px;
    table-layout: fixed;
}

.notices_table .notice_tableBox th {
    color: #333;
    padding: 5px 10px;
    height: 30px;
    text-align: center;
}

.notices_table .notice_tableBox td {
    padding: 5px 10px;
    height: 36px;
    color: #888;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notices_table .notice_tableBox .text_l {
    text-align: left;
}

.notices_table .notice_tableBox .orange {
    color: #f59251;
}

#notice_con .notices_table {
    display: none;
}

#notice_con .divcurr .notices_table {
    display: block;
}

.notices_table .qy {
    width: 90px;
}

.notices_table .cgdw {
    color: #0a001f !important;
    width: 250px;
}

.notices_table .xmmc {
    width: auto;
}

.notices_table .cgdw2 {
    color: #0a001f !important;
    width: 250px;
}

.notices_table .xmmc2 {
    width: auto;
}

.notices_table .date {
    width: 120px;
}


/*专用title*/

.istxt {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: block;
    /*内联对象需加*/
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*专用品目名称|采购方式*/

.istxts {
    width: 80px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    /*内联对象需加*/
}


/* 办事指南模块 */

.public-wrap {
    padding-top: 45px;
}

.user_login_box {
    width: 1200px;
    padding: 0;
    min-height: 460px;
    margin: auto;
}

.user_login_left {
    float: left;
    position: relative;
    width: 25%;
    height: 460px;
    box-shadow: 10px 0 30px 0 rgba(37, 173, 245, 0.1);
    border-right: 1px solid #f5f5f5;
    padding-left: 112px;
}

.function_box {
    width: 61%;
    height: 420px;
    background-color: #fff;
    padding: 20px;
    float: right;
}

.user_login_left ul {
    overflow: hidden;
    padding: 20px 0;
}

.user_login_left li {
    border-radius: 10px;
    width: 130px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0 15px 8px 0;
}

.user_login_left li a {
    height: 135px;
    display: block;
}

.user_login_left li img {
    margin: 16px 0;
    vertical-align: middle;
}

.user_login_left li a p {
    font-size: 24px;
    font-weight: bold;
}

.user_login_left .blue {
    background-color: #e0ecff;
}

.user_login_left .blue p {
    color: #4785e3;
}

.user_login_left .green {
    background-color: #f2f9f2;
    margin-right: 0px;
}

.user_login_left .green p {
    color: #78c486;
}

.user_login_left .orange {
    background-color: #fdf4ef;
}

.user_login_left .orange p {
    color: #ed9241;
}

.user_login_left .orange img {
    margin: 16px 0px 10px 0;
}

.user_login_left .red {
    background-color: #fbefef;
    margin-right: 0px;
}

.user_login_left .red p {
    color: #f3677a;
    margin-right: 0px;
}

.user_login_left .dark_green {
    background-color: #e7fcff;
    margin-bottom: 0px;
}

.user_login_left .dark_green p {
    color: #11b1b1;
}

.user_login_left .light_blue {
    background-color: #e8f7ff;
    margin-bottom: 0px;
    margin-right: 0px;
}

.user_login_left .light_blue p {
    color: #25adf5;
}

.user_title {
    position: absolute;
    top: -6px;
    left: 10px;
}

.func_top {
    overflow: hidden;
}

.func_r_pic {
    height: 70px;
    line-height: 70px;
}

.func_head {
    width: 730px;
    overflow: hidden;
}

.func_head li {
    width: 168px;
    height: 105px;
    background-color: #f9fdff;
    border: 1px solid #cdeffe;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 0 6px 12px;
}

.func_head li:hover {
    background-color: #d0f0ff;
}

.func_head li a {
    display: block;
    height: 108px;
}


.func_head li img {
    *margin: 16px 0;
    vertical-align: middle;
}

.func_head li a p {
    font-size: 13px;
}

.func_xygh .top_r_top {
    height: 20px;
    line-height: 20px;
    padding-bottom: 6px;
    /*border-bottom: 1px solid #efefef;*/
}

.func_xygh .top_r_top1 {
    height: 1px;
    line-height: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
}

.func_xygh .top_r_title {
    float: left;
    width: 70%;
}

.func_xygh .top_r_title a {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.func_xygh .more {
    float: right;
    width: 100%;
    height: 20px;
    /*line-height: 40px;*/
    text-align: center;
    color: #808080
}

.func_xygh .more1 {
    /*float: right;*/
    width: 100%;
    height: 20px;
    line-height: 40px;
    text-align: right;
    color: #0f5bb9;
}

.func_xygh .top_r_title a.active {
    color: #333333;
}

.func_xygh .top_r_bottom {
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

.top_r_bottom .loading_list {
    margin-top: 8px;
}

.func_xygh .top_r_bottom li {
    line-height: 36px;
    *line-height: 32px;
    overflow: hidden;
}

.func_xygh .top_r_bottom li a {
    float: left;
    width: 610px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(/jiangsu_static/new/images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.func_xygh li span {
    float: right;
    color: #999;
}

.newsly_title {
    overflow: hidden;
}

.newsly_title a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    text-align: right;
    color: #0f5bb9;
}

.newsly_title h3 {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 70%;
    font-weight: normal;
    color: #0f5bb9;
    font-size: 18px;
}

.func_icon_btn {
    margin-top: 3px;
    overflow: hidden;
}

.func_icon_btn a {
    float: left;
    display: block;
    width: 120px;
    height: 38px;
    border: 1px solid #b1ccdd;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background: #e8f7ff;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 6px;
}

.func_icon_btn a img {
    vertical-align: middle;
    margin: 0 10px 0 4px;
}

.func_icon_btn .the_end {
    margin: 0;
}


/* 政采互动 */

.collect .infor_l_top,
.question .infor_l_top {
    height: 40px;
    line-height: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;

}

.collect,
.question {
    float: left;
    width: 570px;
    overflow: hidden;
    position: relative;
    height: 420px;
}

.question {
    position: relative;
    float: right;
}

.question .online {
    position: absolute;
    top: 140px;
    right: 0;
    cursor: pointer;
}

.collect .ad {
    height:120px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.que_box_top {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
}

.que_box_top li a {
    display: block;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    line-height: 36px;
    background-image: url(/jiangsu_static/new/images/que_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    color: #666;
}

.que_box_top li a:hover {
    color: #f6ac18 !important;
}

.ruletitle {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 5px;
}

.ruletitle .title {
    float: left;
    overflow: hidden;
}

.ruletitle .date {
    float: right;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.ruletitle .title span {
    display: inline-block;
}

.ruletitle .title .staus {
    width: 63px;
    height: 24px;
    background: #7fcca3;
    border: 1px solid #7fcca3;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0 11px 0 0;
}

.ruleinfor p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.ruleinfor .answer {
    color: #999;
}

.hits {
    cursor: pointer;
}

.isoverflow {
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0a001f !important;
}

.func_xygh li a:hover span {
    color: #f6ac18 !important;
}

.question .question_box .que_box_top li a:hover span {
    color: #f6ac18 !important;
}

.zlxz{
    width: 610px;
}
.zxtz{
    width: 440px;
}
.dczj{
    width: 450px;
}
.cjwt{
    width: 450px;
}
.tscl{
    width: 390px;
}
.khjc{
    width: 390px;
}
.gjfg{
    width: 450px;
}
.qsfg{
    width: 450px;
}
.dy_close_btn{
    margin-top: 60px;
    border-top: 1px solid #dcdcdc;
    padding-left: -30px;
}

.dy_close_btn_txt{
    padding-top: 30px;
    font-size: 12px;
}
#fj1{
    margin-top: 20px;
}
#fj13{
    margin-top: 20px;
}
.as{
    color:black;
    font-size: 16px;
    font-family: 微软雅黑;
    background: url(/jiangsu_static/new/images/attachment.png) no-repeat;
    padding-left: 30px;
}
.as:hover{
    color: blue;
}
.twobutton{
    float: right;
    padding-top: 20px;
}
.twobutton span{
    cursor: pointer;
    color: #666;
}
.twobutton img{
    vertical-align: middle;
}
.font{
    padding-left: 5px;
    font-size: 12px;
}

/*!*专家入口*!

.access_banner {
    width: 100%;
    height: 232px;
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
}

.access_banner .center_ban {
    width: 1200px;
    height: 232px;
    line-height: 232px;
    margin: 0 auto;
    text-align: center;
}

.access_banner .center_ban img {
    vertical-align: middle;
}

.access_boxes {
    padding-top: 80px;
}

.items {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    overflow: hidden;
}

.items .ac_item {
    width: 430px;
    height: 240px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 60px;
    margin-top: 10px;
}

.items .ac_item:hover {
    box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.items .ac_left {
    float: left;
}

.items .ac_right {
    float: right;
}

.items .ac_item {
    display: inline-block;
}

.items .ac_item img {
    margin: 25px 0 10px 0;
}

.items .ac_item p {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.items .ac_item .text {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}*/

/*专家入口*/

.access_banner {
    width: 100%;
    height: 232px;
    background-image: url(/jiangsu_static/new/images/banner_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.access_banner .center_ban {
    width: 1200px;
    height: 232px;
    line-height: 232px;
    margin: 0 auto;
    text-align: center;
}

.access_banner .center_ban img {
    vertical-align: middle;
}

.access_boxes {
    padding-top: 80px;
}

.items {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    overflow: hidden;
}

.items .ac_item {
    width: 430px;
    height: 240px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 60px;
    margin-top: 10px;
}

.items .ac_item:hover {
    box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.items .ac_left {
    float: left;
}

.items .ac_right {
    float: right;
}

.items .ac_item {
    display: inline-block;
}

.items .ac_item img {
    margin: 25px 0 10px 0;
}

.items .ac_item p {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.items .ac_item .text {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}

.special {
    width: 100%;
    overflow: hidden;
}

.special ul {
    overflow: hidden;
}

.special ul li {
    float: left;
    width: 275px;
    height: 388px;
    border-radius: 8px;
    background-image: url(/jiangsu_static/new/images/special_pic1.png);
    background-repeat: no-repeat;
    margin: 10px 7px 15px 8px;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.2);
}

.special ul li a {
    display: block;
    text-align: center;
    color: #fff;
}

.special li h4 {
    font-size: 36px;
    line-height: 140px;
    margin-bottom: 10px;
}

.special .the_end {
    margin-right: 0px;
}

.special li.special_pic2 {
    background-image: url(/jiangsu_static/new/images/special_pic2.png);
}

.special li.special_pic3 {
    background-image: url(/jiangsu_static/new/images/special_pic3.png);
}

.special li.special_pic4 {
    background-image: url(/jiangsu_static/new/images/special_pic4.png);
}

.special li:hover {
    cursor: pointer;
    opacity: 0.8;
}


/*监管机构*/

.regulators_banner {
    width: 100%;
    height: 232px;
    background-image: url(../images/banner_bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.regulators_banner .center_ban {
    width: 1200px;
    height: 232px;
    line-height: 232px;
    margin: 0 auto;
    text-align: center;
}

.regulators_banner .center_ban img {
    vertical-align: middle;
}


/*采购代理机构*/

.purch_boxes {
    padding-top: 60px;
}

.purchasing_banner {
    width: 100%;
    height: 232px;
    background-image: url(../images/banner_bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.purchasing_banner .center_ban {
    width: 1200px;
    height: 232px;
    line-height: 232px;
    margin: 0 auto;
    text-align: center;
}

.purchasing_banner .center_ban img {
    vertical-align: middle;
}

.purchasing_items {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    overflow: hidden;
}

.purchasing_items ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.purchasing_items ul li {
    float: left;
    margin: 0px 8px;
    padding-bottom: 20px;
}

.purchasing_items ul li a {
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.09);
}

.purchasing_items ul li img {
    vertical-align: middle;
}

.img-shadow img {
    width: 350px;
    height: 160px;
    margin: 10px;
    border-radius: 10px;
    box-shadow:0px 0px  10px 5px #F0F0F0;
}
.img-wssc img{
    width: 30px;
    height: 35px;
}

/*政府采购信用融资*/

.banner1 {
    width: 100%;
    height: 140px;
    background-image: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner1 .banner1_box {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
}

/*.banner1_box img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}*/

.news_infor {
    width: 100%;
    height: 100px;
    background: #f9fbfe;
}

.infor_item {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
}

.infor_item .time {
    float: left;
}

.infor_item .time .time_l {
    float: left;
    font-size: 48px;
    color: #666;
}

.infor_item .time .time_r {
    float: left;
    margin-left: 10px;
    color: #999;
    text-align: center;
    padding-top: 34px;
}

.time .time_r p {
    line-height: 20px;
}

.infor_item .infors {
    float: left;
    padding-left: 68px;
    height: 100px;
    line-height: 100px;
    background-image: url(../images/tz_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    color: #666;
    margin-left: 20px;
}

.infor_item .nums {
    float: right;
}

.infor_item .nums span {
    padding: 6px 15px 6px 10px;
    background: #9ab0ff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.process,
.partner,
.questionPay {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 60px;
    background: #fff;
}
/*.process{
    position: relative;
}*/
.in_center {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


.pro_pic img {
    border-radius: 0 0px 140px 140px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 9px 20px 0px rgba(255, 0, 0, 0.1);
}

.pro_pic_img{
    position: relative;
    display: inline-block;
}
.pro_pic_img_div{
    position: absolute;
    width: 84px;
    top:120px;
    left:308px;
    height:14px;
    cursor: pointer;
}



.partner {
    background: #f9fbfe;
}

.item_warp {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.item_warp .title {
    color: #666;
}

.item_warp .title h3 {
    display: inline-block;
    font-size: 24px;
    height: 48px;
    font-weight: normal;
    border-bottom: 3px solid #5d7ff6;
}

.item_warp .title span {
    margin-left: 10px;
    color: #ddd;
    font-size: 18px;
}

.questionPay {
    background: #f9fbfe;
    background-image: url(../images/picc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.questionPay .que_list {
    margin-top: 32px;
}

.questionPay .que_list .que_title {
    display: inline-block;
    padding-right: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 8px 40px 0px 0px;
    background: #1c85be;
    color: #fff;
}

.que_list .que_title .que_num {
    display: inline-block;
    padding: 0px 6px;
    border-radius: 8px 0px 0px 0px;
    background: #0f3a6f;
    height: 40px;
    line-height: 40px;
}

.que_list .que_title .que_s {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
}

.que_list .answer {
    overflow: hidden;
    color: #666;
    font-size: 20px;
    position: relative;
}

.que_list .answer .ans_box {
    width: 100%;
    height: 70px;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.que_list .anw_text {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 10px;
}

.item_warp .pro_pic {
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
}

.item_warp .pro_pic img {
    display: inline-block;
    vertical-align: middle;
}

.par_icon ul {
    overflow: hidden;
    margin-top: 60px;
}

.par_icon ul li {
    float: left;
    margin-right: 87px;
    margin-bottom: 30px;
}

.merquee{
    height: 20px;
    line-height: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}
.captcha_sear{
    float: left;
}

.captcha_sea {
    float: left;
    width: 8%;
    padding: 0 4px;
    height: 32px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 4px;
    border: 1px solid #dcdcdc;
}
.captcha_input {
    vertical-align: top;
    width: 100%;
    height: 30px;
    *width: 98%;
    *margin-bottom: 5px;
    *height: 27px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}


.merquee-txt{
    font-size: 20px;
    display: inline-block;
    padding-left: 100%;  /* 从右至左开始滚动 */
    animation: marqueeTransform 30s linear infinite;
}

.merquee-txt:hover { /* 鼠标点击时暂停轮播 */
    animation-play-state: paused;
}
@keyframes marqueeTransform {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.modal_cover{
    position:fixed;
    /*_position:absolute;*/
    width:100%;
    height:100%;
    left:0;
    top:0;
    /*设置遮罩位于div的下方*/
    z-index:10;
    background-color:#aaa;
    opacity:0.5;
    -moz-opacity:0.5;
    /*filter:alpha(opacity=50);*/
    /*display:none;*/
}
.modal_box{
    /*border:1px solid grey;*/
    /*当弹窗显示时，屏幕滚动时，弹窗始终保持位置固定在屏幕正中，不随屏幕滚动而变化位置*/
    position:fixed;
    width:1087px;
    /*height:460px;*/
    left:50%;
    top:50%;
    /*transform: translate(-50%,-50%);*/
    /*配合left:50%和top:50%属性使得浮出层的中心默认在屏幕正中，margin-top为height的一半，margin-left为width的一半*/
    margin:-259px 0 0 -543px;
    /*设置弹窗位于遮罩的上方*/
    z-index:20;
    /*开始时隐藏弹窗*/
    /*display:none;*/
}
.modal_background{
    background: url(/jiangsu_static/new/images/rwdc.png) no-repeat;
    width: 1087px;
    height:308px;
    font-size: 24px;
    color:#666;
    padding: 167px 96px 0;
    text-indent: 2em;
    /*text-align: center;*/
}
.modal_textContent{
    width: 900px;
    letter-spacing: 6px;
    line-height: 38px;
}
.modal_close{
    /*background-color: black;*/
    cursor: pointer;
    text-align: center;
}
.modal_close_img{
    width:45px;
    height: 45px;
}

/* 网上商城 */

.merchant_con {
    overflow: hidden;
    margin-top: 10px;
    width: 1198px;
    min-height: 800px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.merchant_con .mer_ul {
    width: 1040px;
    height: 65px;
    background-image: url(/jiangsu_static/new/images/ul_bg.png);
    background-repeat: no-repeat;
    padding: 0 80px;
    box-shadow: 0 6px 4px #bedcff;
}

.mer_ul li {
    width: 208px;
    float: left;
    text-align: center;
}

.mer_ul li a {
    color: #fff;
    display: inline-block;
    line-height: 63px;
    font-size: 18px;
}

.mer_ul .active a {
    border-bottom: 2px solid #fff;
}

.merquee {
    margin: 20px;
    font-size: 18px;
}

.in_shop {
    overflow: hidden;
    margin-bottom: 20px;
}

.in_shop li {
    float: left;
    margin: 27px;
}

.in_shop li a {
    width: 100%;
    display: inline-block;
}

.in_shop li a img {
    border-radius: 10px;
}

.title_par {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.title_par img {
    vertical-align: middle;
}

.logo_list {
    overflow: hidden;
    margin: 60px 0 30px;
    padding: 0 6px;
}

.logo_list ul li {
    float: left;
    margin: 10px 12px;
}

.merchant_con_r {
    padding: 50px;
    width: 1000px;
    word-wrap: break-word;
    word-break: normal;
    display: inline-block;
}

.merchant_con_r .merchant_con_r_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.merchant_con_r .merchant_con_r_title .d_c_r_tit {
    color: #e5e5e5;
}


/* 中转页 */

.fill_con {
    overflow: hidden;
    margin-top: 10px;
    width: 1198px;
    min-height: 800px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.fill_con .fill_ul {
    width: 1200px;
    height: 65px;
    background-image: url(../images/ul_bg.png);
    background-repeat: no-repeat;
    padding: 0 0px;
    box-shadow: 0 6px 4px #bedcff;
}

.fill_ul li {
    width: 208px;
    float: left;
    text-align: center;
}

.fill_ul li a {
    color: #fff;
    display: inline-block;
    line-height: 63px;
    font-size: 18px;
}

.fill_ul .active a {
    border-bottom: 2px solid #fff;
}

.login_in {
    overflow: hidden;
}

.login_in_title {
    margin: 24px 0 0;
    height: 48px;
    text-align: center;
}

.login_in_title1 {
    margin: 0;
    height: 48px;
    text-align: center;
}

.login_in_title img {
    width: 156px;
    height: 48px;
}

.login_in ul {
    overflow: hidden;
    padding-left: 16px;
}

.login_in li {
    float: left;
    margin: 24px 16px;
}

.login_in li a {
    width: 100%;
    display: inline-block;
}

.login_in li a img {
    border-radius: 10px;
}

.phone_list {
    overflow: hidden;
    margin: 24px 32px;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.phone_list .text_blue {
    color: #06f;
}

.phone_list div {
    margin: 0 auto;
    padding: 16px 32px;
}

.phone_list div ul,
.load ul {
    overflow: hidden;
}

.phone_list ul li {
    float: left;
    width: 238px;
    margin: 4px 14px;
}

.load {
    overflow: hidden;
    margin: 0px 32px;
}

.load ul {
    padding: 16px 0;
}

.load ul li {
    float: left;
    margin-right: 12px;
}
